-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typos in lib/ #9237
Fix typos in lib/ #9237
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
On Thu, Aug 29, 2019 at 02:06:37PM -0700, Ryan Moeller wrote:
freqlabs requested changes on this pull request.
> @@ -2081,7 +2081,7 @@ zpool_find_import_impl(libpc_handle_t *hdl, importargs_t *iarg)
/*
* Process the cache filtering out any entries which are not
- * for the specificed pool then adding matching label configs.
+ * for the specified pool then adding matching label configs.
A few more changes to help clarify this comment:
```
* Process the cache, filtering out any entries which are not
* for the specified pool. Then, add matching label configs.
If you want I can modify this and push new version.
|
After reading it a few more times I changed my mind. Other than possibly adding a comma, I wouldn't change it. |
This LGTM. @Gelma just let me know if you plan to further tweak this, I'll hold off integrating this change until you let me know it's ready. |
Thanks a lot for patch review to @freqlabs and @behlendorf Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Well, added the comma. Tell me if you like it in this way. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes openzfs#9237
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes openzfs#9237
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9237
No description provided.